Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps marshmallow from 3.23.1 to 3.24.0.

Changelog

Sourced from marshmallow's changelog.

3.24.0 (2025-01-06)


Features:

  • Typing: Improve typings in marshmallow.fields (:pr:2723).
  • Typing: Replace type comments with inline typings (:pr:2718).

Bug fixes:

  • Typing: Fix type hint for nested parameter of Nested <marshmallow.fields.Nested> (:pr:2721).

Deprecations:

  • Custom validators should raise a ValidationError <marshmallow.exceptions.ValidationError> for invalid values. Returning `False`` is no longer supported .
  • Deprecate context parameter of Schema <marshmallow.schema.Schema> (:issue:1826). Use contextVars.ContextVar to pass context data instead.
  • Field <marshmallow.fields.Field>, Mapping <marshmallow.fields.Mapping>, and Number <marshmallow.fields.Number> should no longer be used as fields within schemas. Use their subclasses instead.

3.23.3 (2025-01-03)


Bug fixes:

  • Typing: Fix typing for Schema.from_dict <marshmallow.schema.Schema.from_dict> (:issue:1653). Thanks :user:SteadBytes for reporting.

Support:

  • Documentation: Various documentation cleanups, including more concise docs in the marshmallow.fields API reference (:issue:2307). Thanks :user:AbdealiLoKo for reporting.

3.23.2 (2024-12-18)


Bug fixes:

  • Improve type hint formatting for Field, Nested, and Function fields to resolve PyCharm warnings (:issue:2268). Thanks :user:Fares-Abubaker for reporting and fixing.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.1 to 3.24.0.
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.23.1...3.24.0)

---
updated-dependencies:
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 17:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

Superseded by #237.

@dependabot dependabot bot closed this Jan 13, 2025
@dependabot dependabot bot deleted the dependabot/pip/marshmallow-3.24.0 branch January 13, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant